@charset "UTF-8";


body{
	font-family:'Raleway', 'sans-serif', 'Roboto', 'Montserrat';
	font-size:14px;
	transition: 1s ease;
	transition: transform 1s;
	background:#ededed;
}
.img-responsive {
    margin: 0 auto;
}

/* ******************** TOP CSS START ******************** */
.TopContactDetailsWrapper{
	width: 100%;
    float: left;
    /*background: #fa6800;*/
    color: #fff;
	padding:2px ​;
	background: rgb(176,38,42);
	background: linear-gradient(180deg, rgba(176,38,42,1) 0%, rgba(138,30,33,1) 100%, rgba(4,117,192,1) 100%, rgba(0,212,255,1) 100%);
}
.TopContactDetailsOuter.left{
	float:left;
}
.TopContactDetailsOuter.right{
	float:right;
}
.TopContactDetailsOuter{
	width:100%;
}
.TopContactDetailsOuter ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.TopContactDetailsOuter ul li{
	width:auto;
	display:inline-block;
	float:left;
	padding:5px 15px;
	border-right:1px solid rgb(255 255 255 / 50%);
}
.TopContactDetailsOuter ul li a{
	color:#fff;
}
.TopContactDetailsOuter ul li a i{
	margin-right:5px
}
.TopContactDetailsOuter ul li:last-child{border-right:none; }


/* ***** TOP CSS NAV START ******* */
.TopContactDetailsWrapper .navbar{min-height:0px;}
/* ***** TOP CSS NAV START ******* */
/* ******************** TOP CSS END ******************** */

/* ******************** LOGO CSS START ******************** */
.logoWrapper{
	width: 100%;
    float: left;
	box-shadow:0px 0px 4px #ccc;
	background:#fff;
}
.logoHolder{
	width:100%;
	float:left;
	margin:0px;
	padding:15px 0;
}
/* ******************** LOGO CSS END ******************** */

/* ******************** NAV CSS START ******************** */
.navbar-default {
   /* background-color: #fa6800;*/
    border-color: #b0262a;
	margin-bottom:0;
	background: rgb(176,38,42);
	background: linear-gradient(180deg, rgba(176,38,42,1) 0%, rgba(138,30,33,1) 100%, rgba(4,117,192,1) 100%, rgba(0,212,255,1) 100%);
}
.nav.navbar-nav{
	display: table;
    margin: auto;
    float: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #333;
    background-color: #404042;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: 500;
    transition:1s ease;
	background: rgb(176,38,42);
	background: linear-gradient(180deg, rgba(176,38,42,1) 0%, rgba(138,30,33,1) 100%, rgba(4,117,192,1) 100%, rgba(0,212,255,1) 100%);
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: 500;
    text-align: center;
	transition:1s ease;
}
.navbar-default .navbar-nav>li>a:hover{
	/*background:#404042;*/
	color: #333;
	border-radius:0px;
	font-weight:500;
	padding: 15px 15px;
	background: rgb(243,226,100);
	background: linear-gradient(180deg, rgba(243,226,100,1) 0%, rgba(246,160,6,1) 100%);
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a.active,
.dropdown .dropdown-menu li a.active{
	background: #fff;
    color: #1976d2;
}
/* ******************** NAV CSS END ******************** */


/* ******************** 3rd LEVL NAV CSS START ******************** */

/******************************Drop-down menu work on hover**********************************/


.dropdown-menu>li>a{white-space: normal;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{background-color: transparent;}

.mainmenu .collapse ul li{position:relative;}
.mainmenu .collapse ul li:hover> ul{display:block; transition:1s ease;}
.mainmenu .collapse ul ul{position: absolute; top: 100%; left: 0; min-width: auto; display: none; /*background:#062835;*/ background: rgb(176,38,42); background: linear-gradient(180deg, rgba(176,38,42,1) 0%, rgba(138,30,33,1) 100%, rgba(4,117,192,1) 100%, rgba(0,212,255,1) 100%); }
/*******/
.mainmenu .collapse ul ul li{position: relative; padding: 5px 0; border-bottom: 1px dotted #ccc; min-width: 180px;}
.mainmenu .collapse ul ul li:last-child{border-bottom:none;}
.mainmenu .collapse ul li.dropdown.last ul.dropdown-menu li{min-width: auto;}
.mainmenu .collapse ul ul li:hover> ul{display:block;  transition:1s ease;}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:90%;min-width:auto;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block;  transition:1s ease;}

.dropdown-menu li a{}
.dropdown:hover > a{background: rgb(243,226,100); background: linear-gradient(180deg, rgba(243,226,100,1) 0%, rgba(246,160,6,1) 100%); color:#333 !important;}
.dropdown .dropdown-menu li:hover{background:#5c524b; background: rgb(243,226,100); background: linear-gradient(180deg, rgba(243,226,100,1) 0%, rgba(246,160,6,1) 100%); transition:1s ease;}
.dropdown .dropdown-menu li a:hover{color:#333;}
.dropdown .dropdown-menu li a{color:#FFF;}
.dropdown .dropdown-menu li:hover > a{color:#333;}
/*.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/

.dropdown .dropdown-menu li a i{
	float: right;
    top: 40%;
    position: absolute;
    right: 6%;
    font-size: 16px;
}


/* ******************** 3rd LEVL NAV CSS END ******************** */


/* ******************** BANNER CSS START ******************** */
.bannerWrapper{
	width:100%;
	float:left;
	margin:0px;
	padding:0px 0;
}
.owl-carousel .item{height:auto; overflow:hidden;}
 .owl-carousel .item img{width:100%;}
 .owl-controls.clickable{
	width: 100%;
    height: 20px;
    position: absolute;
    bottom: 30px;
    z-index: 999;
 }
 .owl-controls.clickable .owl-buttons{display:none;}
 .owl-controls.clickable .owl-pagination{display:table; margin:auto;}
 .owl-controls.clickable .owl-page{width:12px; height:12px; border:2px solid #9e9e9e; border-radius:12px; float:left; margin:0px 5px;}
 .owl-controls.clickable .owl-page.active{background:#fb3c10; border:none;}
/* ******************** BANNER CSS END ******************** */

/* ******************** BANNER CSS START ******************** */
.announcementWrapper{
	width: 100%;
    float: left;
    margin: 0;
    padding: 0
}
.announcementOuter{
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    margin: 0px 0 15px;
    position: relative;
    background: #414143;
    height: 50px;
    border-radius: 0;
}
.announcementHeading{
	width: auto;
    display: inline-block;
    /*background: url(../images/announcement-bg.png) no-repeat;*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    float: left;
	background:url(../images/announcement-bg.png) no-repeat -130px 0px;
}
.announcementRunningContent{
	margin-left: 175px;
    padding: 14px 10px;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}
.announcementRunningContent p{
	margin-bottom: 0;
    margin-top: 7px;
    background: url(../images/bullet-icon.png) no-repeat;
    padding-left: 20px;
}
.announcementRunningContent span.Announcement{
	display:inline-block;
	margin-right:15px;
}
.announcementRunningContent span.Announcement a{
	color:#fa6800;
	font-weight:bold;
}

.mediaImgHolder{
	width: 100%;
    float: left;
    margin: 15px 0px;
}
.mediaImgHolder img{
	border-radius:10px;
	box-shadow:0px 0px 10px #2c2c2c;
	border: 1px solid #e3e3e3;
}
/* ******************** BANNER CSS END ******************** */

/* ******************** INNER PAGE BANNER CSS START ******************** */
.innerPageBannerWrapper {
    width: 100%;
    float: left;
    background: url(../images/Capture.jpg) fixed 100% / 100%;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    border-bottom: transparent;
	position:relative;
}
.innerPageBannerWrapper:after{
	background: #00000082;
    position: absolute;
    content: "";
    display: table;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.innerPageHeadingTitle{
	    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 4;
    padding: 45px 65px;
    font-family: 'Raleway';
}
/* ******************** INNER PAGE BANNER CSS END ******************** */

/* ******************** MAIN BODY CSS START ******************** */
.bodyWrapper{
	width:100%;
	float:left;
	margin:0px 0 15px 0;
}
.mainBoxWrapper{
	width: 100%;
    float: left;
    margin: 0px;
    padding: 15px;
    background: #fff;
    border-top: 10px solid #404042;
    border-radius: 5px 5px 0 0;
}
.mainBoxTitle{
	color:#0076a3;
	padding:0 0px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.blueHeading{
	background:#00a9e9;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:10px 0;
	transform:1s ease;
	border-radius:5px;
	letter-spacing:0.5px;
}

/* ******************** MAIN BODY CSS END ******************** */

/* ******************** BODY LEFT CSS START ******************** */
.leftMenuWrapper{
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #ccc;
}
.principalImgHolder{
	width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0;
}
.principalImgHolder img{
	width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #ccc;
    border: 1px solid #7c7c7c;
}
.principalRunningContent{
	width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    text-align: justify;
}
.principalRunningContent a.readMore{
	text-align: right;
    float: right;
    background: #8e1f22;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
	font-size:14px;
	transition: 1s ease;
}
.principalRunningContent a.readMore:hover{
	text-decoration: none;
    background: #062835;
    color: #fff;
    border-radius: 5px;
}

.notificatoinWrapper{
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.notificatoinContainer{
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
	color:#333;
	font-size:14px;
	min-height:200px;
}
.notificatoinContainer p.bullet{
	background: url(../images/bullet-icon.png) no-repeat 0 3px;
    padding-left: 20px;
    font-weight: 500;
}
.notificatoinContainer p.bullet a u{color:#fa6800; font-weight:bold; text-decoration:none;}
.notificatoinContainer .marqueeUp{
	width: 100%;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
}
/* ******************** BODY LEFT CSS END ******************** */


/* ******************** BODY MIDDLE CSS START ******************** */
.middleContentWrapper{
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.mainBoxTitleHome{
	font-weight: bold;
    color: #8e1f22;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.mianBoxRunningContent{
	font-size:16px;
	font-weight:500;
	text-align:justify;
	font-family: Roboto;
}
.mianBoxRunningContent ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.mianBoxRunningContent ul li{
	width: 100%;
    float: left;
    padding-left: 20px;
    background: url(../images/bullet-icon.png) no-repeat 0px 3px;
    margin: 10px 0;
}
.mianBoxRunningContent a.readMore{
	text-align: right;
    float: right;
    background: #8e1f22;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
	font-size:14px;
	transition: 1s ease;
}
.mianBoxRunningContent a.readMore:hover{
	text-decoration: none;
    background: #062835;
    color: #fff;
    border-radius: 5px;
	transition: 1s ease;
}
/* ******************** BODY MIDDLE CSS END ******************** */


/* ******************** BODY RIGHT CSS START ******************** */
.rightContentWrapper{
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.blueBtnWrapper{
	width: 100%;
    float: left;
    margin: 21.5px 0;
    padding: 0;
    background: #fa6800;
    font-size: 14.5px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
	background: rgb(176,38,42);
	background: linear-gradient(180deg, rgba(176,38,42,1) 0%, rgba(138,30,33,1) 100%, rgba(4,117,192,1) 100%, rgba(0,212,255,1) 100%);
}
.blueBtnWrapper a{
	color:#fff;
	display:block;
	text-align:center;
	padding:10px 0;
	transition:1s ease;
}
.blueBtnWrapper a:hover{
	text-decoration:none;
	background:#062835;
	color:#fff;
	border-radius:5px;
}
/* ******************** BODY RIGHT CSS END ******************** */

/* ********************  Contact Us Start ******************** */
.contactContentOuter{
	width:100%;
	float:left;
	position:relative;
	box-shadow:0px 0px 4px #efefef;
	border:1px solid #efefef;
	min-height:267px;
	padding:15px;
}
.contactContentOuter .contactIconHolder{
	width:100%;
	float:left;
	position:relative;
	margin:0px 0 15px;
	color:#fb3c10;
	text-align:center;
	font-size:38px;
}
.contactContentOuter .contactLabelName{
	width:100%;
	float:left;
	position:relative;
	margin:15px 0;
	color:#7a8792;
	text-align:center;
	font-size:18px;
}
.contactContentOuter .contactAddress{
	width:100%;
	float:left;
	position:relative;
	margin:15px 0;
	color:#7a8792;
	text-align:center;
	font-size:14px;
}
.contactContentOuter .contactAddress p{
	margin-bottom:0px;
}
/* ********************  Contact Us End ******************** */

/* ******************** FOOTER CSS START ******************** */
.footerBottomOuter {
    width: 100%;
    float: left;
    background: #200504;
    color: #FFF;
    height: 69px;
	margin-top:0px;
}
.footerCopyright {
    text-align: center;
    line-height: 70px;
}
span.poweredby{
	font-size: 12px;
    color: #8f8f8d;
    position: absolute;
    right: 1.5%;
}

.footerManuWrapper{
	width: 100%;
    float: left;
    background: #3c3c3c;
    position: relative;
	background:url(../images/Capture.jpg) fixed 100% / 100%;
}


.footerMenuContainer{
	width: 100%;
    float: left;
	position:relative;
	background:#912124c9;
}
.footerMenuContainer:after {
    background: #00000099;
    position: absolute;
    content: "";
    display: table;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.footerMenuContainer .linkMenuHeading{
	font-size:22px;
	color:#fff;
	position:relative;
	z-index:1;
	font-weight:bold;
}
.footerMenuContainer .menulist{
	font-size:16px;
	color:#fff;
	position:relative;
	z-index:1;
	padding:0px;
	margin:0px;
	list-style:none;
}
.footerMenuContainer .menulist li{
	margin:5px 0;
}
.footerMenuContainer .menulist li a{
	color:#bdb7b1;
}
.footerMenuContainer .menulist li a:hover{
	text-decoration:underline;
	color:#fff;
}
/* ******************** FOOTER CSS END ******************** */

.marqueeContainer {
            position: relative;
            width: 300px; /*marquee width */
            height: 300px; /*marquee height */
            overflow: hidden;
            background-color: white;
            border: 3px solid orange;
            padding: 2px;
            padding-left: 4px;
        }
.downloadLinkGreen{
	background: #1866b0;
    border: 1px solid #0083ff;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #8cc7ff;
}		
.downloadLinkGreen a{color:#fff; font-size:20px;}

.homeBottomIconWrapper {
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    min-height: 150px;
}
.iconHolder {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 60px;
}
.homeBottomIconName {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.text-text-left.p-underline p {
  border-bottom: 2px solid #b3d1f0;
  padding-bottom: 20px;
}
.text-text-left.p-underline p:nth-last-child(){border-bottom:none;}